Skip to main content

Exploring the Stack Overflow User Surveys

Prompts

Open this dataset as a table and return the first 10 rows: https://survey.stackoverflow.co/datasets/stack-overflow-developer-survey-2024.zip
Looking at the dataset, how popular was Python in 2024? Give me the percentage of Python users and total user count
How does this compare to the previous year?
Show me the evolution of Python popularity over the last 5 years in a table
Make this into a simple interactive dashboard. Show only the Python percentage users and total user count into a nice beautiful graph. Make sure to center the y-axis at 0.

Optionally:

Keep a beautfiul & simple dashboard but combine into a single graph with 2 curves with different colors of percentage of Python users and total user count

Additional Resources